home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / converr.ctl < prev    next >
Text File  |  2000-05-12  |  768b  |  29 lines

  1. -- RCSVER $Id: converr.ctl,v 1.5 1999-10-26 18:23:35-05 randy CURRENT $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        converr.ctl
  6. -- Date:     02/23/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the converr table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE converr
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.   err_type,
  18.   descr
  19. )
  20. begindata
  21. 1|GENERAL ERROR|
  22. 2|STARTUP NOT FIRST RECORD|
  23. 3|UNKNOWN RECORD TYPE|
  24. 4|CASHBOX NOT FOUND|
  25. 5|ERROR ADDING MASTER REC|
  26. 6|DUPLICATE PROBE FILE|
  27. 7|INVALID RECORD LENGTH|
  28. 8|NO REMOVE BEFORE INSERT|
  29.